box: Avoid redundant storage
authorMatthias Clasen <mclasen@redhat.com>
Mon, 31 May 2021 22:38:52 +0000 (18:38 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 May 2021 22:38:52 +0000 (18:38 -0400)
commitd1a7a55d7ed31944bcfd6f58b0f0665f2110875d
treee76bc3ea4ca99fd5921d4053cc438e8c31fc24e9
parent44bc9a24f8d5fb679122cea6b88627727680139a
box: Avoid redundant storage

GtkBoxLayout stores the orientation; no need for
GtkBox to duplicate that.
gtk/gtkbox.c